home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
tcprogud.sit
/
TC Prog Guide
/
card_38944.txt
< prev
next >
Wrap
Text File
|
1991-02-27
|
427b
|
20 lines
-- card: 38944 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4755
-- name:
-- part contents for background part 4
----- text -----
Now upon declaring the pointer jack and using new() to allocate it, we send an init() message:
Student *jack;
jack = new(Student);
jack->init(); /* C++ provides automated initializers */
-- part contents for background part 7
----- text -----
118